.login_alert {
    background: #ee3158;
}
#myModal .modal-header {
    background: #ffa800;
    color: #fff;
}

table.view_details {
    margin: auto;
    width: 65%;
}

table.view_details tr {
    max-width: 50%;
    width: 50% !important;
}

table.view_details td {
    padding: 5px;
}

.sidebar-menu > li > a > i {
	margin-right : 10px !important;
	width: 18px !important;
    font-size: 17px;
}
.action_btn a {
    padding: 5px;
    color: #212529 !important;
}
.add_new {
  
    padding: 10px 9px 11px 9px;
    border-radius: 8px;
    background-color: #ffa800 !important;
    border-color: #ffa800 !important;
    color: #ffffff !important;
}

.add_new:hover {
  
    background-color: #ffffff !important;
    border-color: #ffffff !important;
    color: #ffa800 !important;
}
span.exit_page {
    padding: 10px 11px;
    background: #1dbfc1 !important;
    color: #fff;
    border-radius: 8px;
    margin-left: 7px;
    font-weight: 600;
    font-size: 13px;
}
button.exit_btn a , button.exit_btn a:hover {
    color : #fff;
}
div.cl_list.hide {
    display: none !important;
}
div.cl_list.show {
    display: block !important;
}
